home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
dvglue.arc
/
TVBCLEAR.C
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-09
|
901b
|
25 lines
/*================================================*/
/* TVBCLEAR.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use, */
/* provided that this copyright notice remains */
/* intact and any changes are indicated in the */
/* comment blocks preceding functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVmbx_clear discard pending mbx input */
/* Ralf Brown 4/3/88 */
/*================================================*/
void pascal TVmbx_clear(OBJECT mbx)
{
TVsendmsg0(ERASE_MSG, mbx?TOS:MAILME, mbx) ;
}
/* End of TVBCLEAR.C */